Update image for alpine and fixed small bug with fuse library path#1
Update image for alpine and fixed small bug with fuse library path#1FrenchBen wants to merge 1 commit intoFindHotel:masterfrom
Conversation
|
Thanks for the contribution! Review status: 0 of 3 files reviewed at latest revision, 1 unresolved discussion. Dockerfile, line 9 [r1] (raw file): Comments from the review on Reviewable.io |
|
Regarding the patch, it would be ideal, unfortunately it's pending as a comment right now, thus the patch seemed like the easy way to go about it. I'll have to do some testing, but I'm unsure what the issue is? Shouldn't a mount be a simple drive/folder endpoint and thus you can export it using the regular |
|
this image DOES mount the s3 folder fine, that's not the concern, but there's no way you can use that mount from other containers, as volume_from would use just an fs folder from container, and NOT the s3 folder contents. |
|
I see - I missed that part. This current patch seems to break anyway, as I get the dreaded |
Alpine is just much smaller and easier to work with - The resulting image size is ~61mb compared to ~473 MB for the Phusion base image.
Regarding the
fuse.pypatch, more details can be found here:https://github.com/terencehonles/fusepy/issues/35#issuecomment-147133806
This change is